Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

PointToLogical(AnnPoint[]) Method






The AnnPoint array to be converted.
Converts the input AnnPoint array from physical to logical coordinate.
Syntax
public AnnPoint[] PointToLogical( 
   AnnPoint[] pts
)
'Declaration
 
Public Overloads Function PointToLogical( _
   ByVal pts() As AnnPoint _
) As AnnPoint()
'Usage
 
Dim instance As AnnTransformer
Dim pts() As AnnPoint
Dim value() As AnnPoint
 
value = instance.PointToLogical(pts)

            

            
public:
array<AnnPoint>^ PointToLogical( 
   array<AnnPoint>^ pts
) 

Parameters

pts
The AnnPoint array to be converted.

Return Value

The converted (logical) AnnPoint array.
Example
For an example, refer to AnnTransformer.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members
Overload List

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)